home *** CD-ROM | disk | FTP | other *** search
/ Clickx 47 / Clickx 47.iso / assets / software / Miro_Installer.exe / xulrunner / python / xml / parsers / expat.py < prev   
Encoding:
Python Source  |  2006-08-03  |  118 b   |  5 lines

  1. """Interface to the Expat non-validating XML parser."""
  2. __version__ = '$Revision: 17640 $'
  3.  
  4. from pyexpat import *
  5.